projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0263f91
)
gammu: Fix copypaste typo in config file installation
author
aTanW
<
[email protected]
>
Thu, 11 Dec 2014 13:15:04 +0000
(16:15 +0300)
committer
aTanW
<
[email protected]
>
Thu, 11 Dec 2014 13:15:04 +0000
(16:15 +0300)
utils/gammu/Makefile
patch
|
blob
|
history
diff --git
a/utils/gammu/Makefile
b/utils/gammu/Makefile
index 88d5a6fa968b1df1be2a65ae58ea0266e0c533ac..9748d2ecb4597470319e6d7877f90f443ef0a5c4 100644
(file)
--- a/
utils/gammu/Makefile
+++ b/
utils/gammu/Makefile
@@
-63,7
+63,7
@@
define Package/gammu/install
$(INSTALL_DIR) $(1)/usr/lib
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/lib{Gammu*,gsmsd*} $(1)/usr/lib
$(INSTALL_DIR) $(1)/etc
- $(INSTALL_
BIN
) ./files/gammurc $(1)/etc/gammurc
+ $(INSTALL_
CONF
) ./files/gammurc $(1)/etc/gammurc
endef
define Package/gammu/conffiles